home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------
- ; logser.inf
- ; For Windows2000/XP
- ;
- ; Copyright (c) 2005, June Fabrics Technology Inc.
- ; http://www.junefabrics.com
- ;
- ;------------------------------------------------------------------------
-
- [version]
- signature="$CHICAGO$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%JF%
- CatalogFile=vcomm.cat
- DriverVer=10/02/2005,1.0.0.1
-
- [SourceDisksNames]
- 1 = %SourceDisk%,,,
-
- [SourceDisksFiles]
- logser.sys = 1
-
- [DestinationDirs]
- DefaultDestDir = 11 ;SYS
- ComPort.NT.Copy = 12 ;SYS/DRIVERS
-
- [Manufacturer]
- %JF%=JF
-
- [JF]
- "Logging Serial Port" = ComPort,logser; Communications Port
-
- [ComPort]
- CopyFiles=ComPort.Copy
- AddReg=ComPort.AddReg
-
- [ComPort.Copy]
-
- [ComPort.AddReg]
- HKR,,Manufacturer,,%JF%
-
-
- [ComPort.NT]
- CopyFiles=ComPort.NT.Copy
- AddReg=ComPort.AddReg, ComPort.NT.AddReg
-
- [ComPort.NT.HW]
- AddReg=ComPort.NT.HW.AddReg
-
- [ComPort.NT.Copy]
- logser.sys
-
- [ComPort.NT.AddReg]
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
-
- ;-------------- Service installation
- [ComPort.NT.Services]
- AddService = logser, 0x00000002, VComm_Service_Inst, Serial_EventLog_Inst
-
- [VComm_Service_Inst]
- DisplayName = %VComm.SVCDESC%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- ServiceBinary = %12%\logser.sys
- LoadOrderGroup = Extended base
-
- [Serial_EventLog_Inst]
- AddReg = Serial_EventLog_AddReg
-
- [Serial_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\serial.sys"
- HKR,,TypesSupported,0x00010001,7
-
- [Strings]
- JF = "June Fabrics Technology Inc."
- SourceDisk = "Source Directory"
- VComm.SVCDESC = "Palm Logging Serial Port"
- SourceDisk = "JF Installation Disk"
-